From 27d85f0cda4d6f71a5a8eab8f416f29f01602b38 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Mon, 11 Mar 2024 00:32:51 +0000 Subject: Add rest of item stack picker --- pages/quest/[id].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/quest/[id].vue') diff --git a/pages/quest/[id].vue b/pages/quest/[id].vue index a3a393d..6695f69 100644 --- a/pages/quest/[id].vue +++ b/pages/quest/[id].vue @@ -140,7 +140,7 @@ const duplicateQuest = (oldId: string, newId: string) => { display: flex; gap: 1rem; padding: 1rem; - overflow: scroll; + overflow: auto; max-height: calc(100% - 55px); } -- cgit v1.2.3-70-g09d2